gdk: Convince gtk-doc to include backend docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Jan 2018 20:55:09 +0000 (15:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Jan 2018 20:57:28 +0000 (15:57 -0500)
This is almost as unpleasant with meson as it is with autotools.

docs/reference/gdk/meson.build

index f9150a99093d575cb89fc978f636c1b64dfa4fa7..3f462f2f024425ccd1fcc13f903593a4bdb174cc 100644 (file)
@@ -87,6 +87,8 @@ gnome.gtkdoc('gdk4',
              main_xml: 'gdk4-docs.xml',
              src_dir: [
               join_paths(meson.source_root(), 'gdk'),
+              join_paths(meson.source_root(), 'gdk', 'x11'),
+              join_paths(meson.source_root(), 'gdk', 'wayland'),
               join_paths(meson.build_root(), 'gdk'),
             ],
              dependencies: libgtk_dep,